From: Gerd Moellmann Date: Thu, 25 Oct 2001 10:13:23 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~61260 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=879eadc3f98921af2598444c22467320b79496f5;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b8f36ee5b70..0b16b7cdccb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2001-10-25 Gerd Moellmann + * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'. + * progmodes/compile.el (compilation-parse-errors-filename-function): New variable. (compilation-parse-errors): Use it. diff --git a/src/ChangeLog b/src/ChangeLog index 185cb0350ca..d57a14dd490 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2001-10-25 Gerd Moellmann + + * xdisp.c (move_it_vertically_backward): Compute line height + differently. Add heuristic to try to be more compatible to 20.x. + 2001-10-25 Stefan Monnier * lisp.h (make_fixnum_or_float): Coerce double to int explicitly.